Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

For Each Integer[] (gb)

Dim hIntegerArray As Integer[]
Dim anInteger As Integer
For Each anInteger In hIntegerArray
  ...
Next

Enumerates each element stored in the array.